home *** CD-ROM | disk | FTP | other *** search
/ .net (Turkey) 1998 March / .net Internet Dergisi - CD 5.iso / mac / netCD41 / PC16.DIR / 00104_Script_104 < prev    next >
Text File  |  1997-12-08  |  907b  |  37 lines

  1. on startmovie
  2.   set the cursor of sprite 30 to [225,226]
  3.   set the cursor of sprite 31 to [225,226]
  4.   set the cursor of sprite 32 to [225,226]
  5.   set the cursor of sprite 33 to [225,226]
  6.   set the cursor of sprite 34 to [225,226]
  7.   set the cursor of sprite 35 to [225,226]
  8.   set the cursor of sprite 36 to [225,226]
  9.   set the cursor of sprite 37 to [225,226]
  10.   set the cursor of sprite 38 to [225,226]
  11.   set the cursor of sprite 39 to [225,226]
  12.   set the cursor of sprite 40 to [225,226]
  13.   set the cursor of sprite 41 to [225,226]
  14.   set the cursor of sprite 42 to [225,226]
  15.   set the cursor of sprite 43 to [225,226]
  16.   set the cursor of sprite 44 to [225,226]
  17.   
  18.   
  19.   
  20.   
  21. end
  22.  
  23.  
  24. on waitforfade
  25.   startTimer
  26.   repeat while the timer < 120
  27.     nothing
  28.   end repeat
  29. end waitforfade
  30.  
  31. on gtdelay
  32.   startTimer
  33.   repeat while the timer < 1200
  34.     nothing
  35.   end repeat
  36. end gtdelay
  37.